home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / rexx / arexx / regexp.lzh / regexp.fd < prev    next >
Text File  |  1991-01-12  |  244b  |  13 lines

  1. * .fd file for RegExp.library
  2. *
  3. ##base _RegExpBase
  4. ##bias 30
  5. ##private
  6. * The library entry point offsets
  7. *
  8. RegExpQuery(msgptr)(A0)
  9. ##public
  10. RegExpCompile(restr, patstr)(A0,A1)
  11. RegExpMatch(line, pattern, index, len, flags)(A0,A1,A2,A3,D0)
  12. ##end
  13.